ScheduledItem.Equals(object?) method¶
Defined in
Type: ScheduledItemSystem.Reactive.Concurrency
Assembly: System.Reactive.dll
Applies to
netstandard2.0
public override bool Equals(object? obj)
Summary: Determines whether a ScheduledItem object is equal to the specified object.
Parameters
| Name | Type | Description |
|---|---|---|
obj | object? | The object to compare to the current [ScheduledItem](# object. |
Returns: bool -- true if the obj parameter is a ScheduledItem object and is equal to the current ScheduledItem object; otherwise, false.